From: Richard M. Stallman Date: Sun, 30 Jan 1994 00:50:32 +0000 (+0000) Subject: (configuration): Change # comment to C comment. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~93358 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=87833fb6f9af580201603649a95e36c0cedc56d4;p=emacs.git (configuration): Change # comment to C comment. --- diff --git a/src/Makefile.in b/src/Makefile.in index 444bc46b7fd..5562d504516 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -27,8 +27,8 @@ CC=@CC@ CPP=@CPP@ CFLAGS=@CFLAGS@ LN_S=@LN_S@ -# These escaped doublequotes become part of the macro definition in emacs.c. -# Thus, the definition is a C string constant. +/* These escaped doublequotes become part of the macro definition in emacs.c. + Thus, the definition is a C string constant. */ configuration=\"@configuration@\" /* On Xenix and the IBM RS6000, double-dot gets screwed up. */